home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI320.ASC < prev    next >
Text File  |  1991-09-11  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 320
  10.   VERSION : 3.01A
  11.        OS : PC-DOS
  12.      DATE : July 11, 1986                                PAGE : 1/1
  13.     TITLE : LCD DISPLAY BLOCK HIGHLIGHT PATCH
  14.  
  15.  
  16.  
  17.  
  18.   The IBM Convertible, as well  as many other portable LCD displays
  19.   do not respond well  to  the  video  attributes that Turbo Pascal
  20.   uses to emphasize  menu  items, error messages, and marked blocks
  21.   of  text. The following patch to the  attribute  table  of  Turbo
  22.   Pascal  makes  the  display  more  readable  by   displaying  the
  23.   highlighted text in reverse video.
  24.  
  25.   Your Turbo Pascal  program  file should be installed using TINST.
  26.   Select S for screen installation, then 4 for "b/w display  mode -
  27.   80x25". Answer "N" to the question about screen blink.
  28.  
  29.   In application programs compiled by the  patched  TURBO.COM file,
  30.   in Black and White  mode,  the  procedures NormVideo and LowVideo
  31.   will produce normal intensity and reverse video, respectively. On
  32.   color systems, these procedures will give Yellow and Grey. On the
  33.   monochrome  adapter  the  text  will  be  bright  white  on  grey
  34.   background.
  35.  
  36.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  37.   COPY of your .COM  file.  Copy  DEBUG.COM  into the directory (or
  38.   onto the diskette) where your working copy of .COM is located. At
  39.   the  DOS prompt, type the following  information  exactly  as  it
  40.   appears. (Conclude each line by pressing <Enter>.)
  41.  
  42.   Note:
  43.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  All
  44.        addresses are listed in upper case for ease of readability.
  45.  
  46.   2.   While in DEBUG, the prompt appears as a dash (-).
  47.  
  48.   3.   If you do  not  receive the appropriate response, press "q",
  49.        then <Enter>, to quit.  Check  your  version numbers and, if
  50.        correct, try again.
  51.  
  52.      YOU TYPE                      THIS APPEARS
  53.  
  54.   debug TURBO.COM <ENTER>          -
  55.   e0173  07 70 70 70 <Enter>       -
  56.   w<Enter>                         writing XXXX bytes
  57.   q<Enter>                         DOS Prompt
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.